Initializes a new instance of the PointSeries class with the specified list of points and labels.
Namespace: com.mindfusion.chartingPackage: com.mindfusion.charting
public PointSeries ( List<Point2D> points, List<String> labels)
A list of Point2D instances.
A list of labels.
PointSeries Classcom.mindfusion.charting Namespace